html,
body {
  background: #F2F5F7;
}

/* 有内容 */
.makeBody {
  margin-bottom: 40px;
}

/* 分类模块 */
.clsBoxGroup {
  margin-bottom: 15px;
  background: #1E9FFF;
  border-radius: 10px;
  font-family: Microsoft YaHei;
  color: white;
}

.clsBoxGroup .actionGroup {
  margin: 0 20px;
  border-bottom: 1px solid #E6E6E6;
}

.clsBoxGroup .actionGroup .txt {
  width: 400px;
  line-height: 54px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.clsBoxGroup .actionGroup .right {
  margin-top: 10px;
  width: 255px;
  text-align: right;
}

.clsBoxGroup .actionGroup .right .goBtn {
  padding: 0 25px;
  height: 34px;
  line-height: 34px;
  background: linear-gradient(270deg, #FF6400, #FF9600);
  border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.clsBoxGroup .actionGroup .right .goBtn:hover {
  background: #FF6400;
}

/* 分类 */
.classificationGroup {
  padding: 0 20px;
}

.classificationGroup .row {
  padding: 16px 10px 6px 53px;
  position: relative;
}

.classificationGroup .row+.row {
  border-top: 1px solid #E6E6E6;
}

.classificationGroup .row .label {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 10;
}

.classificationGroup .row .item {
  margin: 0 10px 10px 0;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
}

.classificationGroup .row .item.active,
.classificationGroup .row .item:hover {
  color: #1E9FFF;
  background: white;
}

.clsBoxGroup .otherRow {
  margin: 0 20px;
  height: 56px;
  border-top: 1px solid #E6E6E6;
}

.clsBoxGroup .otherRow .leftBox {
  padding-top: 16px;
}

.clsBoxGroup .otherRow .leftBox .item {
  margin-right: 10px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
}

.clsBoxGroup .otherRow .leftBox .item.active,
.clsBoxGroup .otherRow .leftBox .item:hover {
  color: #1E9FFF;
  background: white;
}

.clsBoxGroup .otherRow .leftBox .item.icon_filter {
  padding-right: 23px;
  position: relative;
}

.clsBoxGroup .otherRow .leftBox .item.icon_filter::before {
  content: '';
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background-image: url(/static/web_site/images/icons/icon_filter.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
}

.clsBoxGroup .otherRow .leftBox .item.icon_filter:hover:before,
.clsBoxGroup .otherRow .leftBox .item.icon_filter.active::before {
  background-image: url(/static/web_site/images/icons/icon_filter_active.png);
}

.clsBoxGroup .rightBox {
  padding-top: 16px;
}

.clsBoxGroup .rightBox .item {
  margin-left: 30px;
  font-size: 14px;
}

.clsBoxGroup .rightBox .select,
.clsBoxGroup .rightBox .layui-form-select {
  width: 80px;
  height: 24px;
  color: #1E9FFF;
}

.clsBoxGroup .rightBox .layui-form-select {
  display: inline-block;
  vertical-align: middle;
}

.clsBoxGroup .rightBox .layui-form-select .layui-input {
  height: 24px;
  line-height: 24px;
  border: 1px solid white;
  color: white;
  background: #1E9FFF;
}

.clsBoxGroup .rightBox .layui-form-select dl dd.layui-this {
  background: #1E9FFF;
}


/* 所有试题内容 */
.totalSubjectGroup {
  padding: 5px;
  background: white
}

.totalSubjectGroup .subjectTitle {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333;
  text-indent: 20px;
}

/* 没有数据 */
.totalSubjectGroup .noData {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #999999;
}

.totalSubjectGroup .noData .img {
  margin: 0 auto 30px;
  width: 246px;
  height: 193px;
  display: block;
}

.totalSubjectGroup .noData .link {
  color: #3399ff;
  text-decoration: underline;
}

/* 单条题目 */
.subjectGroup {
  margin-bottom: 10px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  /* user-select: none; */
}

.subjectGroup:hover {
  border-color: #fff4e8;
}

.subjectGroup.active {
  background: #fff4e8;
}

.subjectGroup .black {
  color: #333333 !important;
}

.subjectGroup .subjectTop {
  padding: 0 10px;
  border-radius: 5px 5px 0px 0px;
}

.subjectGroup .subjectTop .label {
  line-height: 40px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.subjectGroup .subjectTop .label+.label {
  margin-left: 15px;
}

.subjectGroup .subjectTop .label.article {
  max-width: 640px;
}

.subjectGroup .subjectTop .label.article:hover {
  color: #1E9FFF;
}

.subjectGroup .subjectTop .px1 {
  margin-right: 15px;
  width: 1px;
  height: 16px;
  background: #CCCCCC;
}

.subjectGroup .subjectTop .label {
  margin-right: 15px;
  margin-left: 0;
}

.subjectGroup .subjectTop .label .txt {
  font-size: 12px;
}

.subjectGroup .icon_star {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(/static/web_site/images/icons/icon_star2.png) no-repeat;
  background-size: 100% 100%;
}

.subjectGroup .icon_star.active {
  background-image: url(/static/web_site/images/icons/icon_star2_active.png);
}

.subjectGroup .icon_star+.icon_star {
  margin-left: 5px;
}

.subjectGroup .subjectTop .right {
  margin-top: 7px;
}

.subjectGroup .subjectTop .right .btn.downBtn::after {
  background-image: url(/static/web_site/images/icons/icon_download_active.png);
}

.subjectGroup .subjectTop .right .btn.copyBtn::after {
  background-image: url(/static/web_site/images/icons/icon_check2_active.png);
}

.subjectGroup .subjectTop .right .btn+.btn {
  margin-left: 15px;
}

.subjectGroup .ct {
  line-height: 24px;
  box-sizing: border-box;
  padding: 15px 10px 20px 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #333;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.subjectGroup .line {
  margin: 0 10px;
  height: 1px;
  background: #E6E6E6;
}

.subjectGroup .points {
  padding: 0 15px 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #333;
}

.subjectGroup>.answer {
  display: none;
  box-sizing: border-box;
  padding: 0 10px 20px 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #333;
  position: relative;
}

.subjectGroup.show .answer {
  display: block;
}

.subjectGroup>.answer .line {
  margin: 0;
}

.subjectGroup .answerTit {
  padding-top: 15px;
}

.subjectGroup .answerCt {
  line-height: 24px;
}

/* 非vip赞助（支付） */
.subjectGroup .answerSponsor {
  padding: 34px 0;
}

.subjectGroup .answerSponsor .pic {
  display: block;
  margin: 0 auto 22px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.subjectGroup .answerSponsor .txt {
  margin-bottom: 20px;
  line-height: 34px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.subjectGroup .answerSponsor .txt .red {
  color: #FF3333;
}

.subjectGroup .answerSponsor .txt .link {
  text-decoration: underline;
}

.subjectGroup .answerSponsor .jump {
  display: block;
  margin: auto;
  width: 160px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(90deg, #FF9600, #FF6400);
  box-shadow: 0px 15px 15px 0px rgba(255, 124, 0, 0.5);
  border-radius: 8px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

/* 去登录 */
.subjectGroup .goLogin {
  padding: 20px 0;
  text-align: center;
}

.subjectGroup .goLogin .tit {
  margin-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}

.subjectGroup .goLogin .btn {
  margin: auto;
  width: 140px;
  height: 30px;
  line-height: 30px;
  background: #2b99ff;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.subjectGroup .ct .subjectNumber {
  width: 30px;
  text-indent: 10px;
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 10;
}


.subjectGroup .subjectAction {
  height: 30px;
  /* # background: #F2F4F7; */
  border-top: 1px solid #E6E6E6;
  border-radius: 0px 0px 5px 5px;
}

.subjectGroup.show .subjectAction {
  border-bottom: 1px solid #E6E6E6;
}

.subjectGroup .subjectAction .label {
  margin-right: 15px;
  margin-left: 0;
  line-height: 30px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.subjectGroup .subjectAction .label.zsd {
  width: 380px;
}

.subjectGroup .subjectAction .label+.label {
  margin-left: 10px;
}

.subjectGroup .subjectAction .px1 {
  margin-right: 15px;
  width: 1px;
  height: 16px;
  background: #CCCCCC;
}

.subjectGroup .subjectAction .viewBtn {
  padding: 0 15px 0 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1E9FFF;
  /* #background: #1E9FFF; */
  border-radius: 0 0 0 5px;
  position: relative;
}

.subjectGroup .subjectAction .viewBtn::before {
  content: '';
  display: block;
  margin: -6px 0 0 0;
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 10;
}


.subjectGroup.show .subjectAction .viewBtn {
  color: #1E9FFF;
  background: transparent;
}

.subjectGroup .subjectAction .right {
  margin-right: 25px;
  padding: 2px 0;
}

.subjectGroup .btn {
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-indent: 18px;
  text-align: center;
  position: relative;
}

.subjectGroup .btn+.btn {
  margin-left: 20px;
}

.subjectGroup .btn::before {
  content: '';
  display: block;
  margin: -6px 0 0 0;
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 10;
}

.subjectGroup .copyBtn::before {
  background-image: url(/static/web_site/images/icons/icon_copy3.png);
}

.subjectGroup .checkBtn::before {
  background-image: url(/static/web_site/images/icons/icon_correct2.png);
}

.subjectGroup .favBtn::before {
  background-image: url(/static/web_site/images/icons/icon_love.png);
}

.subjectGroup .viewBtn::before {
  width: 12px;
  /* # background-image: url(/static/web_site/images/icons/icon_answer.png); */
  background-image: url(/static/web_site/images/icons/icon_answer_active2.png);
}

.subjectGroup .detailBtn::before {
  width: 12px;
  background-image: url(/static/web_site/images/icons/icon_detail.png);
}

.subjectGroup .checkBtn:hover,
.subjectGroup .favBtn:hover,
.subjectGroup .detailBtn:hover {
  color: #1E9FFF;
}

.subjectGroup .copyBtn:hover::before {
  background-image: url(/static/web_site/images/icons/icon_copy3_active.png);
}

.subjectGroup .checkBtn:hover::before {
  background-image: url(/static/web_site/images/icons/icon_correct2_active.png);
}

.subjectGroup .favBtn:hover::before {
  background-image: url(/static/web_site/images/icons/icon_love_active.png);
}

.subjectGroup .favBtn[data-fav="1"] {
  color: #1E9FFF;
}

.subjectGroup .favBtn[data-fav="1"]::before {
  background-image: url(/static/web_site/images/icons/icon_unlove.png) !important;
}


.subjectGroup.show .viewBtn::before {
  background-image: url(/static/web_site/images/icons/icon_detail_active.png);
}

.subjectGroup .detailBtn:hover::before {
  background-image: url(/static/web_site/images/icons/icon_answer_active2.png);
}

.subjectGroup .toggleBtn {
  width: 110px;
  text-align: center;
  text-indent: 10px;
  border: 1px solid #FF6400;
  background: white;
  color: #FF6400;
}

.subjectGroup .draftBtn {
  width: 95px;
  text-align: center;
  text-indent: 10px;
  border: 1px solid #FF6400;
  background: white;
  color: #FF6400;
}

.subjectGroup .toggleBtn::before,
.subjectGroup .draftBtn::before {
  content: '';
  display: block;
  margin: -4px 0 0 0;
  width: 8px;
  height: 8px;
  background: url(/static/web_site/images/icons/icon_plus2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 10;
}

.subjectGroup .toggleBtn[data-type="reduce"],
.subjectGroup .draftBtn[data-type="reduce"] {
  border: 1px solid #FF6400;
  color: white;
  background: #FF6400;
}

.subjectGroup .toggleBtn[data-type="reduce"]::before,
.subjectGroup .draftBtn[data-type="reduce"]::before {
  margin: 0;
  width: 7px;
  height: 1px;
  background-image: url(/static/web_site/images/icons/icon_reduce2.png);
}

/* 分页 */
.u-pagination {
  padding: 40px 0;
  background: white;
}

/* 右侧悬浮 */
.sliderGroup {
  display: none;
  width: 34px;
  background: #FF8333;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 140px;
  right: 40px;
  z-index: 10001;
}

.sliderGroup .label {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.sliderGroup .label .txt {
  margin: 0 auto 10px;
  width: 1.1em;
}

.sliderGroup .label .num {
  margin: 0 auto 10px;
  width: 22px;
  height: 22px;
  border: 1px solid white;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}

.sliderGroup .label .arrow {
  margin: auto;
  width: 20px;
  height: 14px;
  background: url(/static/web_site/images/search/arrowRight.png) no-repeat;
  background-size: 100% 100%;
}

/* 版权提示 */
.m-ruleTips {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 4px;
}

.m-ruleTips .title {
  margin-bottom: 20px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  border-left: 3px solid #666666;
  text-indent: 6px;
}

.m-ruleTips .txt {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-ruleTips .txt .link {
  color: #1EA0FE;
  text-decoration: underline;
}

/* 试卷列表 */
.m-examList {
  padding: 10px 0;
  background: white;
}

.m-examList .item {
  padding: 10px 20px;
}

.m-examList .item+.item {
  border-top: 1px solid #F2F2F2;
}

.m-examList .item:hover {
  background: #FAFAFA;
}

.m-examList .img {
  margin-right: 18px;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.m-examList .img.type1 {
  background-image: url(/static/web_site/images/examindex/articletype/1.png);
}

.m-examList .img.type2 {
  background-image: url(/static/web_site/images/examindex/articletype/2.png);
}

.m-examList .img.type3 {
  background-image: url(/static/web_site/images/examindex/articletype/3.png);
}

.m-examList .img.type4 {
  background-image: url(/static/web_site/images/examindex/articletype/4.png);
}

.m-examList .img.type5 {
  background-image: url(/static/web_site/images/examindex/articletype/5.png);
}

.m-examList .img.type6 {
  background-image: url(/static/web_site/images/examindex/articletype/6.png);
}

.m-examList .img.type7 {
  background-image: url(/static/web_site/images/examindex/articletype/7.png);
}

.m-examList .img.type8 {
  background-image: url(/static/web_site/images/examindex/articletype/8.png);
}

.m-examList .img.type9 {
  background-image: url(/static/web_site/images/examindex/articletype/9.png);
}

.m-examList .img.type10 {
  background-image: url(/static/web_site/images/examindex/articletype/10.png);
}

.m-examList .img.type11 {
  background-image: url(/static/web_site/images/examindex/articletype/11.png);
}

.m-examList .img.type12 {
  background-image: url(/static/web_site/images/examindex/articletype/12.png);
}

.m-examList .img.type13 {
  background-image: url(/static/web_site/images/examindex/articletype/13.png);
}

.m-examList .img.type14 {
  background-image: url(/static/web_site/images/examindex/articletype/14.png);
}


.m-examList .title {
  max-width: 795px;
  line-height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
}

.m-examList .title:hover {
  color: #2b99ff;
}

.m-examList .subjectNum {
  margin-left: 15px;
  width: 60px;
  line-height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.m-examList .time,
.m-examList .count {
  margin-left: 16px;
  width: 90px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.m-examList .download {
  margin: 1px 0 0 16px;
  width: 84px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #1EA0FF;
  border: 1px solid #1EA0FF;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.m-examList .download:hover {
  color: #FFFFFF;
  background: #1EA0FF;
}

/* 试题样式改版——v2 */
.subjectGroup_v2 .subjectAction{
  margin-top:20px;
  height: auto;
}
.subjectGroup_v2 .subjectAction::after{
  content: '';
  display: block;
  clear: both;
  zoom: 1;
  width: 0;
  height: 0;
  overflow: hidden;
}
.dt-subject_v2 .subjectOpera{
  display: none;
}
.dt-subject_v2 .subjectAction .left{
  margin-top: 10px;
}
.subjectGroup_v2 .subjectAction .label:first-of-type{
  margin-left: 10px;
}
.subjectGroup_v2 .subjectOpera .viewBtn{
  width: 300px;
  height: 40px;
  background: #1A8CFF;
  font-size: 13px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  margin: 0 auto;
  border-radius: 0;
  text-align: center;
  padding: 0;
}
.subjectGroup_v2 .subjectOpera .viewBtn::before{
  display: none;
}
.subjectGroup_v2.show .subjectOpera .viewBtn{
  background: #1A8CFF;
  color: #FFFFFF;
}
.subjectGroup_v2 .subjectOpera_2 .viewBtn{
  width: 157px;
  height: 40px;
  line-height: 40px;
  background: #1A8CFF;
  margin-left: 10px;
}
.subjectGroup_v2>.answer{
  color: #B28850;
}

.subjectGroup_v2 .dtdownBtn,
.subjectGroup_v2 .dtcopyBtn{
  padding: 0 24px;
  height: 35px;
  border: 1px solid #1A8CFF;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A8CFF;
  line-height: 35px;
  margin: 5px 0;
}
.subjectGroup_v2 .dtcopyBtn{
  margin: 5px 10px 5px 20px;
}